set Device Update Interval
open fun setDeviceUpdateInterval(value: Int): ModuleConfigProtos.ModuleConfig.TelemetryConfig.Builder
Interval in seconds of how often we should try to send our
device metrics to the mesh
Content copied to clipboard
uint32 device_update_interval = 1;
Return
This builder for chaining.
Parameters
value
The deviceUpdateInterval to set.